Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Comments

fix(deps): update io.sentry:sentry-bom to v8.20.0#353

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/io.sentry-sentry-bom-8.x
Aug 25, 2025
Merged

fix(deps): update io.sentry:sentry-bom to v8.20.0#353
renovate[bot] merged 1 commit intomainfrom
renovate/io.sentry-sentry-bom-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry-bom 8.19.1 -> 8.20.0 age confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-bom)

v8.20.0

Compare Source

Fixes
  • Do not use named capturing groups for regular expressions (#​4652)
    • This fixes a crash on Android versions below 8.0 (API level 26)
Features
  • Add onDiscard to enable users to track the type and amount of data discarded before reaching Sentry (#​4612)
    • Stub for setting the callback on Sentry.init:
      Sentry.init(options -> {
        ...
        options.setOnDiscard(
         (reason, category, number) -> {
           // Your logic to process discarded data
         });
      });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Move to "Dependency updates" section in release notes. Automatically applied by Renovate. label Aug 25, 2025
@renovate renovate bot enabled auto-merge August 25, 2025 15:41
@renovate renovate bot added this pull request to the merge queue Aug 25, 2025
Merged via the queue into main with commit 897d21b Aug 25, 2025
5 checks passed
@renovate renovate bot deleted the renovate/io.sentry-sentry-bom-8.x branch August 25, 2025 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Move to "Dependency updates" section in release notes. Automatically applied by Renovate.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants